-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Example aliases" to README #395
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for submitting and taking your time for this! 💪
Please check my comments. Please ask me if you have any question.
### Setting Up | ||
1. Add the above lines to your shell's configuration file: | ||
* For bash: `~/.bashrc` | ||
* For zsh: `~/.zshrc` | ||
* For fish: `~/.config/fish/config.fish` (use alias syntax as shown above) | ||
1. Reload your shell configuration: | ||
bash/zsh: `source ~/.bashrc` or `source ~/.zshrc` | ||
fish: `source ~/.config/fish/config.fish` | ||
### Example Usage | ||
* `fm`: Launch fzf-make to select and run a target. | ||
* `fr`: Repeat the last executed command. | ||
* `fh`: Open fzf-make with the history pane focused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's enough that showing example settings only. 👍
So please delete L114-L125.
### Setting Up | |
1. Add the above lines to your shell's configuration file: | |
* For bash: `~/.bashrc` | |
* For zsh: `~/.zshrc` | |
* For fish: `~/.config/fish/config.fish` (use alias syntax as shown above) | |
1. Reload your shell configuration: | |
bash/zsh: `source ~/.bashrc` or `source ~/.zshrc` | |
fish: `source ~/.config/fish/config.fish` | |
### Example Usage | |
* `fm`: Launch fzf-make to select and run a target. | |
* `fr`: Repeat the last executed command. | |
* `fh`: Open fzf-make with the history pane focused. |
<p align="center"> | ||
[English] | ||
[<a href="doc/README-de.md">Deutsch</a>] | ||
[<a href="doc/README-fr.md">Français</a>] | ||
</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry for giving you a misunderstanding.
Please revert this deletion. 🙏
In description of #301, I wanted to show that READMEs other than English just need not to modified.
I'm going to delete them by another PR.
Resolves #301
Example aliases
in the README.